home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitor.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  158 b   |  9 lines

  1. on exitFrame
  2.   global ActFrame, Osprite
  3.   set ActFrame to the frame
  4.   if the mouseCast = 48 then
  5.     set Osprite to ActFrame + 5
  6.     go("naveg")
  7.   end if
  8. end
  9.